home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / domacnost a kancelar / awis / awis.exe / admin.php_soubory / admin.css next >
Cascading Style Sheet File  |  2006-09-21  |  18KB  |  1,172 lines

  1. /* Copyright Petr Men┼í├¡k aka Pedro 
  2. Tento css soubor slou┼╛├¡ jako stylov├╜ soubor ke sriptu admin.php v redak─ìn├¡ch syst├⌐mech phpGO.
  3. */
  4.  
  5. /* --------- obecn├í pravidla -------- */
  6.  
  7. body,html {
  8.  background-color: #ffffff;
  9.  margin: 0px;
  10.  padding: 0px; 
  11.  background: url("img/root-pattern.gif") 15% 0% repeat-y;
  12.  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  13.  font-size: 12px;
  14.  color: #000000;
  15. }
  16.  
  17. form, fieldset { margin: 0px padding: 0px; }
  18.  
  19. /*  div   */
  20.  
  21. #divRoot {
  22.  margin: 0px;
  23.  padding: 0px;
  24. }
  25.  
  26. #divMenuTop {
  27.  height: 180px;
  28.  background-color: #dcddde;
  29.  border-bottom: 1px solid #939598;
  30.  border-top: 1px solid #939598;
  31. }
  32.  
  33. #divMenuTopContent {
  34.  height: 158px;
  35.  margin: 0px;
  36.  background-color: #f1f1f2;
  37.  border: 0px solid black;
  38. }
  39.  
  40. #divStatusBar {
  41.  height: 22px;
  42.  margin: 0;
  43.  background-color: #dcddde;
  44.  border: 0px solid black;
  45.  text-align: right;
  46. }
  47.  
  48. #divUlMenuTop {
  49.  border: 1px solid black;
  50. }
  51.  
  52. /*.divInfo {
  53.  float: left;
  54.  border: 0px solid black;
  55.  padding: 0px;
  56.  margin-right: 30px;
  57. }
  58.  
  59. #divLogOut {
  60.  float: right;
  61.  border: 0px solid black;
  62.  width: 80px;
  63.  height: auto;
  64.  margin: 10px;
  65.  text-align: center;
  66. }
  67.  
  68. #divOdpocet {
  69.  width: 80px;
  70.  height: 80px;
  71.  position: absolute;
  72.  right: 200px;
  73.  top: 200px;
  74.  border: 1px solid black;
  75. }
  76. */
  77. #divMenu {
  78.  width: 15%;
  79.  border: 0px solid black;
  80.  height: auto;
  81.  float: left;
  82.  padding: 0px;
  83. }
  84.  
  85. #divOkno {
  86.  margin-left: 16%;
  87.  width: 83%;
  88.  _width: 99%;
  89.  border: 0px solid black;
  90.  height: auto;
  91. }
  92.  
  93. /* ------- divSekce -------- */
  94.  
  95. .divSekce {
  96.  width: 100%;
  97.  background-color: #ffffff;
  98.  margin: 0px;
  99.  border-bottom: 1px solid #d8d2bd;
  100.  border-top: 1px solid #ffffff;
  101. }
  102.  
  103. .divSekce1 {
  104.  width: 100%;
  105.  background-color: #ffffff;
  106.  margin: 0px;
  107.  margin-top: 20px;
  108.  border-bottom: 1px solid #d8d2bd;
  109.  border-top: 1px solid #d8d2bd;
  110. }
  111.  
  112. .divSekce p, .divSekce1 p {
  113.  font-size: 1.1em;
  114.  line-height: 30px;
  115.  font-weight: bold;
  116.  color: #000000;
  117.  margin: 0px;
  118. }
  119.  
  120. .divSekce div {
  121.  background: url("img/nastaveni.gif") left top no-repeat;
  122.  text-align: center;
  123.  margin: 3px;
  124.  border: 0px solid black;
  125. }
  126.  
  127. .divSekce1 div {
  128.  background: url("img/slozka.gif") left top no-repeat;
  129.  text-align: center;
  130.  margin: 3px;
  131.  border: 0px solid black;
  132. }
  133.  
  134.  
  135. .divPage {
  136.  margin-top: 25px;
  137.  margin-bottom: 25px;
  138.  padding: 0px;
  139.  width: 100%;
  140.  _width: 99%;
  141.  border-top: 1px solid #f0f0e8;
  142.  border-bottom: 1px solid #f0f0e8;
  143. }
  144.  
  145. .divPage form {
  146.  margin: 0px;
  147.  padding: 0px;
  148.  border: 0px solid black;
  149. }
  150.  
  151. .divZprava {
  152.  margin-top: 25px;
  153.  margin-bottom: 25px;
  154.  padding: 0px;
  155.  width: 100%;
  156.  _width: 99%;
  157.  color: #cc0000;
  158.  text-align: center;
  159.  font-size: 1.1em;
  160.  line-height: 2em;
  161.  font-weight: bold;
  162.  border-top: 1px solid #f0f0e8;
  163.  border-bottom: 1px solid #f0f0e8;
  164. }
  165.  
  166. /* ------- @divSekce -------- */
  167.  
  168. /* ------- divBodyContent -------- */
  169.  
  170. #divBodyContent {
  171.  margin: 10px;
  172. }
  173.  
  174. #divBodyContent h1 {
  175.  font-size: 1.8em;
  176.  line-height: 33px;
  177.  color: #000000;
  178.  margin: 0px;
  179.  border: 0px solid black;
  180. }
  181. /*
  182. .divPridat {
  183.  margin: 20px 0px 20px 0px;
  184.  width: 80%;
  185. }
  186.  
  187. .divPridatAct {
  188.  margin: 20px 0px 20px 0px;
  189.  background-image: url('img/stin2.gif');
  190.  background-repeat: repeat;
  191.  width: 70%;
  192.  padding: 10px;
  193.  border: 1px inset #939598;
  194. }
  195.  
  196. .divPridatAct a {
  197.  color: #000000;
  198.  text-decoration: none;
  199.  font-size: 0.9em;
  200. }
  201.  
  202. .divPridatAct a:hover {
  203.  text-decoration: underline;
  204. }
  205.  
  206. .divPridat a {
  207.  color: #000000;
  208.  text-decoration: underline;
  209.  font-size: 0.9em;
  210. }
  211.  
  212. .divPridat a:hover {
  213.  text-decoration: none;
  214. }
  215. */
  216. /* ------- @divBodyContent -------- */
  217.  
  218. /* ------- divBodyOkno -------- */
  219.  
  220. #divBodyOkno {
  221.  margin: 20px;
  222. }
  223.  
  224. #divBodyOkno h1 {
  225.  font-size: 1.8em;
  226.  line-height: 3em;
  227.  color: #ba1319;
  228.  margin: 0px;
  229.  border: 0px solid black;
  230. }
  231.  
  232. #divBodyOkno p {
  233.  font-size: 1em;
  234.  line-height: 1.5em;
  235.  color: #000000;
  236.  margin: 20px 0px 0px 0px;
  237.  border: 0px solid black;
  238. }
  239.  
  240. #divBodyOkno p a {
  241.  color: #ba1319;
  242.  text-decoration: underline;
  243. }
  244.  
  245. #divBodyOkno p a:hover {
  246.  text-decoration: none;
  247. }
  248.  
  249. .divLogo {
  250.  position: absolute;
  251.  top: 50%;
  252.  left: 60%;
  253.  margin: 0px 0px 0px -75px;
  254.  background-image: url('img/logo.gif');
  255.  background-repeat: no-repeat;
  256.  width: 150px;
  257.  height: 150px;
  258.  border: 0px solid black;
  259. }
  260.  
  261. /* ------- @divBodyOkno -------- */
  262.  
  263. hr.cleaner {
  264.  clear: both;
  265.  height:1px;
  266.  margin: -1px 0 0 0; 
  267.  padding:0;
  268.  border:none;
  269.  visibility: hidden;
  270. }
  271.  
  272. #divHelpA {
  273.  width: 50%;
  274.  margin: 50px 30px 30px 10px;
  275.  border: 0px solid black;
  276. }
  277.  
  278. #divHelpA a {
  279.  color: #000000;
  280.  text-decoration: underline;
  281.  font-weight: bold;
  282.  font-size: 1.1em;
  283.  line-height: 25px;
  284.  border: 0px solid black;
  285.  margin: 0px 0px 0px 10px
  286. }
  287.  
  288. #divHelpA a:hover {
  289.  text-decoration: none;
  290.  color: #ba1319;
  291. }
  292.  
  293. #divHelp {
  294.  width: 90%;
  295.  margin: 50px 30px 30px 10px;
  296.  cursor: pointer;
  297. }
  298.  
  299. .divStin {
  300.  padding: 0px; 
  301.  position: relative; 
  302.  background: url('img/stin.gif') repeat left top; 
  303.  border: 0px solid black;; 
  304.  margin: 2em 1em;
  305. }
  306.  
  307. .divKarticka {
  308.  position: relative; 
  309.  top: -5px; 
  310.  left: -5px; 
  311.  background: #fffbcb; 
  312.  border: 1px solid black; 
  313.  padding: 5px;
  314. }
  315.  
  316. .divKarticka p {
  317.  font-size: 0.9em;
  318.  margin-top: 8px;
  319.  margin-bottom: 8px;
  320. }
  321.  
  322. .divVzkazy {
  323.  margin: 7% 0px 0px 0px;
  324. }
  325.  
  326. .divCara {
  327.  width: 100%;
  328.  border-bottom: 1px solid black;
  329.  margin: 10px 0px 10px 0px;
  330.  padding: 0px;
  331. }
  332.  
  333. /*  @div  */
  334.  
  335. /*  formul├í┼Öe   */
  336.  
  337. .formAdmin {
  338.  margin-top: 40px;
  339.  margin-bottom: 50px;
  340.  width: 65%;
  341.  border: 0px solid black;
  342. }
  343.  
  344. .formModely {
  345.  margin-top: 40px;
  346.  margin-bottom: 50px;
  347.  width: 100%;
  348.  border: 0px solid black;
  349.  border-collapse: collapse;
  350. }
  351.  
  352. .formAdmin fieldset, .formModely fieldset {
  353.  border: 1px solid black;
  354.  background-color: #f0f0e8;
  355.  margin: 30px;
  356. }
  357.  
  358. .formAdmin fieldset legend, .formModely fieldset legend {
  359.  border: 1px solid black;
  360.  padding-left: 5px;
  361.  padding-right: 5px;
  362.  background-color: #939598;
  363.  color: #ffffff;
  364.  font-weight: bold;
  365. }
  366.  
  367. .formClanky {
  368.  margin-top: 0px;
  369.  margin-bottom: 0px;
  370.  width: 530px;
  371.  border: 0px solid black;
  372. }
  373.  
  374. .formClanky fieldset {
  375.  border: 1px solid black;
  376.  background-color: #f0f0e8;
  377.  margin: 30px;
  378. }
  379.  
  380. .formClanky fieldset legend {
  381.  border: 1px solid black;
  382.  padding-left: 5px;
  383.  padding-right: 5px;
  384.  background-color: #939598;
  385.  color: #ffffff;
  386.  font-weight: bold;
  387. }
  388.  
  389. .formEditory {
  390.  margin-top: 0px;
  391.  margin-bottom: 0px;
  392.  width: 95%;
  393.  border: 0px solid black;
  394. }
  395.  
  396. .formEditory fieldset {
  397.  border: 1px solid black;
  398.  background-color: #f0f0e8;
  399.  margin: 30px;
  400. }
  401.  
  402. .formEditory fieldset legend {
  403.  border: 1px solid black;
  404.  padding-left: 5px;
  405.  padding-right: 5px;
  406.  background-color: #939598;
  407.  color: #ffffff;
  408.  font-weight: bold;
  409. }
  410.  
  411. .inputText {
  412.  width: 220px;
  413.  border: 1px solid #939598;
  414.  background-color: #ffffff;
  415.  color: #000000;
  416.  text-align: left;
  417.  margin-right: 15px;
  418.  margin-left: 15px;
  419. }
  420.  
  421. .inputFile {
  422.  width: 400px;
  423.  border: 1px solid #939598;
  424.  background-color: #ffffff;
  425.  color: #000000;
  426.  text-align: left;
  427.  margin-right: 15px;
  428.  margin-left: 15px;
  429. }
  430.  
  431. .inputSubmit {
  432.  width: 90%;
  433.  border: 1px solid #000000;
  434.  background-color: #939598;
  435.  color: #ffffff;
  436.  text-align: right;
  437.  margin-right: 15px;
  438.  margin-left: 15px;
  439.  text-align: center;
  440.  height: 20px;
  441.  font-weight: bold;
  442. }
  443.  
  444. .inputTextPage {
  445.  width: 100px;
  446.  border: 1px solid #f0f0e8;
  447.  background-color: #ffffff;
  448.  color: #000000;
  449.  text-align: right;
  450.  margin-right: 15px;
  451.  margin-left: 15px;
  452. }
  453.  
  454. .inputSubmitPage {
  455.  width: 100px;
  456.  border: 1px solid #b1b4b6;
  457.  background-color: #f1f1f2;
  458.  color: #b1b4b6;
  459.  text-align: right;
  460.  margin-right: 15px;
  461.  margin-left: 15px;
  462.  text-align: center;
  463. }
  464.  
  465. .selectTextBool {
  466.  width: 55px;
  467.  text-align: left;
  468.  margin-right: 15px;
  469.  margin-left: 15px;
  470. }
  471.  
  472. .selectOrderby {
  473.  width: 85px;
  474.  text-align: left;
  475.  margin-right: 15px;
  476.  margin-left: 15px;
  477. }
  478.  
  479. .selectTypy {
  480.  width: 220px;
  481.  text-align: left;
  482.  margin-right: 15px;
  483.  margin-left: 15px;
  484. }
  485.  
  486. .selectStranky {
  487.  width: 250px;
  488.  text-align: left;
  489.  margin-right: 15px;
  490.  margin-left: 15px;
  491. }
  492.  
  493. .selectEncoding {
  494.  width: 105px;
  495.  text-align: left;
  496.  margin-right: 15px;
  497.  margin-left: 15px;
  498. }
  499.  
  500. .selectClanky {
  501.  width: 150px;
  502.  border: 1px solid black;
  503.  margin: 0px;
  504. }
  505.  
  506. .inputButton {
  507.  width: 30px;
  508.  color: #000000;
  509.  margin-top: 10px;
  510. }
  511.  
  512. .textareaClanky {
  513.  width: 100%;
  514.  border: 1px solid #000000;
  515.  background-color: #ffffff;
  516.  color: #000000;
  517.  margin-right: 15px;
  518.  margin-left: 15px;
  519. }
  520.  
  521. .formUpdate {
  522.  margin: 0px;
  523.  padding: 0px;
  524. }
  525.  
  526. .input {
  527.  border: 1px solid #b3b9c3;
  528.  background-color: #fff;
  529.  color: #000;
  530.  font-size: 12px;
  531.  height: 18px;
  532.  padding: 0px 3px 0px 3px;
  533.  margin: 0px;
  534. }
  535.  
  536. /*  @formul├í┼Öe   */
  537.  
  538. /*  seznamy   */
  539. /*
  540. .ulInfo {
  541.  list-style-type: none;
  542.  border: 0px solid black;
  543.  margin: 10px;
  544. }
  545.  
  546. .ulInfo li {
  547.  font-size: 1em;
  548.  margin: 5px;
  549. }
  550.  
  551. .ulInfo li em {
  552.  font-style: normal;
  553.  font-weight: bold;
  554. }
  555. */
  556.  
  557. .ulLeftMenu {
  558.  margin: 10% 1% 10% 4%;
  559.  _margin: 10% 0% 10% 5%;
  560.  padding: 0px;
  561.  border: 0px solid black;
  562.  list-style-type: none;
  563.  width: 90%;
  564.  _width: 90%;
  565. }
  566.  
  567. .ulLeftMenu li.nonactive {
  568.  margin: 5px 0px 5px 0px;
  569.  padding: 0px;
  570.  border: 0px solid black;
  571.  height: 25px;
  572. }
  573.  
  574. .ulLeftMenu li.active {
  575.  margin: 0px;
  576.  padding: 5px 0px 5px 6%;
  577.  background-image: url('img/stin2.gif');
  578.  background-repeat: repeat;
  579.  border: 1px inset #939598;
  580. }
  581.  
  582. .ulLeftMenu li.nonactive a {
  583.  color: #000000;
  584.  text-decoration: underline;
  585.  font-size: 0.9em;
  586.  margin-left: 10px;
  587. }
  588.  
  589. .ulLeftMenu li.nonactive a:hover {
  590.  text-decoration: none;
  591. }
  592.  
  593. .ulLeftMenu li.active a {
  594.  color: #000000;
  595.  text-decoration: none;
  596.  font-size: 0.9em;
  597. }
  598.  
  599. .ulLeftMenu li.active a:hover {
  600.  text-decoration: underline;
  601. }
  602.  
  603. .ulStatusBar {
  604.  list-style-type: none;
  605.  border: 0px solid black;
  606.  margin: 0px 10px 0px 0px;
  607.  float: right;
  608. }
  609.  
  610. .ulStatusBar li {
  611.  float: left;
  612.  font-size: 1em;
  613.  color: #000000;
  614.  margin: 0px 0px 0px 30px;
  615. }
  616.  
  617. .ulStatusBar li em {
  618.  font-style: normal;
  619.  font-weight: bold;
  620. }
  621.  
  622. .ulStatusBar li a {
  623.  color: #ba1319;
  624.  text-decoration: underline;
  625. }
  626.  
  627. .ulStatusBar li a:hover {
  628.  text-decoration: none;
  629. }
  630.  
  631. .ulMenuTop {
  632.  list-style-type: none;
  633.  border: 0px solid black;
  634.  margin: 10px 0px 0px 30px;
  635.  position: absolute;
  636.  z-index: 15;
  637.  display: block;
  638.  padding: 0px;
  639. }
  640.  
  641. .ulMenuTop li {
  642.  float: left;
  643.  width: 100px;
  644. }
  645.  
  646. .ulMenuTop li a {
  647.  text-decoration: none;
  648.  color: #000000;
  649. }
  650.  
  651. .ulMenuTop li a:hover {
  652.  text-decoration: underline;
  653.  color: #ba1319;
  654. }
  655.  
  656. .ulMenuTop li.active {
  657.  text-align: center;
  658.  font-size: 1em;
  659.  font-weight: bold;
  660.  margin: 0px;
  661.  border-left: 1px solid #a7a9ac;
  662.  border-top: 1px solid #a7a9ac;
  663.  border-right: 1px solid #a7a9ac;
  664.  background-color: #fbfcfd;
  665.  line-height: 2em;
  666.  position: relative;
  667.  margin-left: -1px;
  668. }
  669.  
  670. .ulMenuTop li.nonactive {
  671.  text-align: center;
  672.  font-size: 1em;
  673.  font-weight: bold;
  674.  color: #000000;
  675.  margin: 0px;
  676.  border-top: 1px solid #d1d3d4;
  677.  border-right: 1px solid #d1d3d4;
  678.  line-height: 2em;
  679. }
  680.  
  681. .ulMenuTop li.nonactive1 { /* pro prvn├¡ polo┼╛ku seznamu */
  682.  text-align: center;
  683.  font-size: 1em;
  684.  font-weight: bold;
  685.  color: #000000;
  686.  margin: 0px;
  687.  border-left: 1px solid #d1d3d4;
  688.  border-top: 1px solid #d1d3d4;
  689.  border-right: 1px solid #d1d3d4;
  690.  line-height: 2em;
  691. }
  692.  
  693. .ulMenuTop li .disketa {
  694.  width: 100px;
  695.  height: 75px;
  696.  background: url('img/new/disketa.png') no-repeat 25px 15px;
  697. }
  698.  
  699. .ulMenuTop li .disketaAct {
  700.  width: 100px;
  701.  height: 75px;
  702.  background: url('img/new/disketaAct.png') no-repeat 25px 15px;
  703. }
  704.  
  705. .ulMenuTop li .slozka {
  706.  width: 100px;
  707.  height: 75px;
  708.  background: url('img/new/slozka.png') no-repeat 25px 15px;
  709. }
  710.  
  711. .ulMenuTop li .slozkaAct {
  712.  width: 100px;
  713.  height: 75px;
  714.  background: url('img/new/slozkaAct.png') no-repeat 25px 15px;
  715. }
  716.  
  717. .ulMenuTop li .stranky {
  718.  width: 100px;
  719.  height: 75px;
  720.  background: url('img/new/stranky.png') no-repeat 25px 15px;
  721. }
  722.  
  723. .ulMenuTop li .strankyAct {
  724.  width: 100px;
  725.  height: 75px;
  726.  background: url('img/new/strankyAct.png') no-repeat 25px 15px;
  727. }
  728.  
  729. .ulMenuTop li .newsletter {
  730.  width: 100px;
  731.  height: 75px;
  732.  background: url('img/new/newsletter.png') no-repeat 25px 15px;
  733. }
  734.  
  735. .ulMenuTop li .newsletterAct {
  736.  width: 100px;
  737.  height: 75px;
  738.  background: url('img/new/newsletterAct.png') no-repeat 25px 15px;
  739. }
  740.  
  741. .ulMenuTop li .eshop {
  742.  width: 100px;
  743.  height: 75px;
  744.  background: url('img/new/eshop.png') no-repeat 25px 15px;
  745. }
  746.  
  747. .ulMenuTop li .eshopAct {
  748.  width: 100px;
  749.  height: 75px;
  750.  background: url('img/new/eshopAct.png') no-repeat 25px 15px;
  751. }
  752.  
  753. .ulMenuTop li .novinky {
  754.  width: 100px;
  755.  height: 75px;
  756.  background: url('img/new/novinky.png') no-repeat 25px 15px;
  757. }
  758.  
  759. .ulMenuTop li .novinkyAct {
  760.  width: 100px;
  761.  height: 75px;
  762.  background: url('img/new/novinkyAct.png') no-repeat 25px 15px;
  763. }
  764.  
  765. .ulMenuTop li .kos {
  766.  width: 100px;
  767.  height: 75px;
  768.  background: url('img/new/kos.png') no-repeat 25px 15px;
  769. }
  770.  
  771. .ulMenuTop li .kosAct {
  772.  width: 100px;
  773.  height: 75px;
  774.  background: url('img/new/kosAct.png') no-repeat 25px 15px;
  775. }
  776.  
  777. .ulMenuTop li .kosPlny {
  778.  width: 100px;
  779.  height: 75px;
  780.  background: url('img/new/kosPlny.png') no-repeat 25px 15px;
  781. }
  782.  
  783. .ulMenuTop li .kosPlnyAct {
  784.  width: 100px;
  785.  height: 75px;
  786.  background: url('img/new/kosPlnyAct.png') no-repeat 25px 15px;
  787. }
  788.  
  789. .ulMenuTop li .special {
  790.  width: 100px;
  791.  height: 75px;
  792.  background: url('img/new/special.png') no-repeat 25px 15px;
  793. }
  794.  
  795. .ulMenuTop li .specialAct {
  796.  width: 100px;
  797.  height: 75px;
  798.  background: url('img/new/specialAct.png') no-repeat 25px 15px;
  799. }
  800. .ulMenuBottom {
  801.  list-style-type: none;
  802.  border: 0px solid black;
  803.  margin: 0px;
  804.  position: absolute;
  805.  top: 132px;
  806.  left: 0px;
  807.  right: 0px;
  808.  background-color: #fbfcfd;
  809.  width: auto;
  810.  _width: 100%;
  811.  border-top: 1px solid #a7a9ac;
  812.  border-bottom: 1px solid #a7a9ac;
  813.  z-index: 0;
  814.  display: block;
  815.  padding: 0px;
  816. }
  817.  
  818. .ulMenuBottom li {
  819.  float: left;
  820.  margin: 0px 0px 0px 5px;
  821. }
  822.  
  823. .ulMenuBottom li a {
  824.  font-size: 0.9em;
  825.  color: #000000;
  826.  line-height: 2.4em;
  827.  text-decoration: underline;
  828. }
  829.  
  830. .ulMenuBottom li a:hover {
  831.  color: #ba1319;
  832.  text-decoration: none;
  833. }
  834.  
  835. .ulMenuBottom li.odrazka {
  836.  background-image: url('img/new/odrazka.gif');
  837.  background-repeat: no-repeat;
  838.  border: 0px solid black;
  839.  width: 5px;
  840.  height: 7px;
  841.  margin: 10px 0px 0px 15px;
  842. }
  843.  
  844. /*  @seznamy   */
  845.  
  846. /* texty a odkazy */
  847.  
  848. .no {
  849.  visibility: hidden;
  850.  display: none;
  851. }
  852.  
  853. .aLogOut {
  854.  color: #000000;
  855.  text-decoration: underline;
  856.  font-weight: bold;
  857.  font-size: 1em;
  858. }
  859.  
  860. .aLogOut:hover {
  861.  text-decoration: none;
  862. }
  863.  
  864. .aVypis {
  865.  color: #000000;
  866.  text-decoration: underline;
  867.  font-weight: bold;
  868.  font-size: 1.1em;
  869. }
  870.  
  871. .aVypis:hover {
  872.  text-decoration: none;
  873.  color: #ba1319;
  874. }
  875.  
  876. .aPageNext {
  877.  color: #b1b4b6;
  878.  padding: 0px 20px 0px 20px;
  879.  text-align: center;
  880.  border: 1px solid #b1b4b6;
  881.  background-color: #f1f1f2; 
  882.  text-decoration: none;
  883.  font-size: 1em;
  884.  margin-top: 10px;
  885.  font-weight: bold;
  886. }
  887.  
  888. .aPageNext:hover {
  889.  background-color: #b1b4b6; 
  890.  border: 1px solid #f1f1f2;
  891.  color: #ffffff;
  892. }
  893. /* @texty a odkazy */
  894.  
  895. /* obr├ízky */
  896.  
  897. .imgLogout {
  898.  border: 0px solid black;
  899.  _margin: 5px;
  900.  margin: 0px;
  901. }
  902.  
  903. .imgH1Ico {
  904.  border: 0px solid black;
  905.  margin: 0px;
  906.  margin-right: 15px;
  907.  float: left;
  908. }
  909.  
  910. .imgHelpIco {
  911.  margin: 0px;
  912.  float: left;
  913.  display: inline;
  914. }
  915.  
  916. /* @obr├ízky */
  917.  
  918. /* tabulky */
  919.  
  920. .tableCAdmin, .tableSubmit, .tableSelecty {
  921.  width: 100%;
  922.  padding: 0px;
  923.  border: 0px solid black;
  924.  margin-bottom: 10px;
  925.  margin-top: 10px;
  926.  font-size: 1em;
  927. }
  928.  
  929. .tableSelecty {
  930.  width: 100%;
  931.  padding: 0px;
  932.  border: 0px solid black;
  933.  margin-bottom: 30px;
  934.  margin-top: 10px;
  935.  font-size: 1em;
  936. }
  937.  
  938. .tableCAdmin td {
  939.  padding-left: 15px;
  940.  padding-right: 15px;
  941. }
  942.  
  943. .tableVypis {
  944.  width: 100%;
  945.  _width: 97%;
  946.  padding: 0px;
  947.  margin: 0px;
  948.  margin-top: 40px;
  949.  margin-bottom: 40px;
  950.  border: 1px solid #000000;
  951.  background-color: #ffffff;
  952.  border-collapse: separate;
  953. }
  954.  
  955. .tableVypisCSV {
  956.  width: auto;
  957.  padding: 0px;
  958.  margin: 0px;
  959.  margin-top: 40px;
  960.  margin-bottom: 40px;
  961.  border: 1px solid #000000;
  962.  background-color: #ffffff;
  963.  border-collapse: separate;
  964. }
  965.  
  966. .tableVypisCSV td {
  967.  padding: 0px 20px 0px 20px;
  968. }
  969.  
  970. .tableStrankovac {
  971.  width: auto;
  972.  padding: 0px;
  973.  margin: 0px;
  974.  background-color: #ffffff;
  975.  border-collapse: separate;
  976.  border: 0px solid black;
  977. }
  978.  
  979. .tdStrankovac {
  980.  padding: 0px;
  981.  padding-left: 10px;
  982.  padding-right: 10px;
  983.  border: 0px solid #000000;
  984.  text-align: center;
  985.  font-size: 1.1em;
  986.  _font-size: 0.8em;
  987.  font-weight: bold;
  988.  color: #000000;
  989. }
  990.  
  991. .tdHlavicka {
  992.  width: auto;
  993.  padding: 0px;
  994.  padding-left: 5px;
  995.  padding-right: 5px;
  996.  padding-bottom: 3px;
  997.  margin: 0px;
  998.  border: 1px solid #000000;
  999.  background-color: #d8d2bd;
  1000.  text-align: center;
  1001.  font-size: 1.1em;
  1002.  _font-size: 0.8em;
  1003.  line-height: 1.8em;
  1004.  font-weight: bold;
  1005.  color: #000000;
  1006. }
  1007.  
  1008. .tdHlavicka a {
  1009.  text-decoration: underline;
  1010.  color: #000000;
  1011. }
  1012.  
  1013. .tdHlavicka a:hover {
  1014.  text-decoration: none;
  1015. }
  1016.  
  1017. .tdHodnoty {
  1018.  width: auto;
  1019.  padding: 0px;
  1020.  margin: 0px;
  1021.  text-align: center;
  1022.  font-size: 1.1em;
  1023.  _font-size: 0.8em;
  1024.  line-height: 1.9em;
  1025.  color: #000000;
  1026. }
  1027.  
  1028. .tdHodnoty1 {
  1029.  width: auto;
  1030.  padding: 0px;
  1031.  margin: 0px;
  1032.  text-align: center;
  1033.  font-size: 1.1em;
  1034.  _font-size: 0.8em;
  1035.  line-height: 1.9em;
  1036.  color: #000000;
  1037.  background-color: #f0f0e8;
  1038. }
  1039.  
  1040. .tdHodnoty a {
  1041.  text-decoration: underline;
  1042.  color: #000000;
  1043.  font-weight: bold;
  1044. }
  1045.  
  1046. .tdHodnoty a:hover {
  1047.  text-decoration: none;
  1048.  color: #ba1319;
  1049. }
  1050.  
  1051. .tdHodnoty1 a {
  1052.  text-decoration: underline;
  1053.  color: #000000;
  1054.  font-weight: bold;
  1055. }
  1056.  
  1057. .tdHodnoty1 a:hover {
  1058.  text-decoration: none;
  1059.  color: #ba1319;
  1060. }
  1061.  
  1062. .tdOrderby {
  1063.  width: auto;
  1064.  padding: 0px;
  1065.  margin: 0px;
  1066.  text-align: center;
  1067.  font-size: 1.1em;
  1068.  _font-size: 0.8em;
  1069.  line-height: 1.9em;
  1070.  color: #000000;
  1071. }
  1072.  
  1073. .tableClanky {
  1074.  padding: 0px;
  1075.  margin: 0px;
  1076.  border: 0px solid black;
  1077.  font-size: 1em;
  1078. }
  1079.  
  1080. .tdClanky {
  1081.  width: auto;
  1082.  padding: 10px;
  1083.  margin: 0px;
  1084.  text-align: left;
  1085.  font-size: 1.1em;
  1086.  _font-size: 0.8em;
  1087.  line-height: 1.9em;
  1088.  color: #000000;
  1089.  border: 1px solid black;
  1090. }
  1091.  
  1092. .tdClanky1 {
  1093.  width: auto;
  1094.  padding: 10px;
  1095.  margin: 0px;
  1096.  text-align: left;
  1097.  font-size: 1.1em;
  1098.  _font-size: 0.8em;
  1099.  line-height: 1.9em;
  1100.  color: #000000;
  1101.  background-color: #f0f0e8;
  1102.  border: 1px solid black;
  1103. }
  1104.  
  1105. .tdClanky a {
  1106.  text-decoration: underline;
  1107.  color: #000000;
  1108.  font-weight: bold;
  1109. }
  1110.  
  1111. .tdClanky a:hover {
  1112.  text-decoration: none;
  1113.  color: #ba1319;
  1114. }
  1115.  
  1116. .tdClanky1 a {
  1117.  text-decoration: underline;
  1118.  color: #000000;
  1119.  font-weight: bold;
  1120. }
  1121.  
  1122. .tdClanky1 a:hover {
  1123.  text-decoration: none;
  1124.  color: #ba1319;
  1125. }
  1126.  
  1127. .tdInfo {
  1128.  width: 20%;
  1129. }
  1130.  
  1131. .tdTitulek {
  1132.  width: 65%;
  1133. }
  1134.  
  1135. .tdAkce {
  1136.  width: 15%;
  1137. }
  1138.  
  1139. .tableVzkazy {
  1140.  width: 99%;
  1141.  _width: 95%;
  1142.  border-collapse: collapse;
  1143.  font-size: 1em;
  1144. }
  1145.  
  1146. .tableVzkazy span {
  1147.  color: #ba1319;
  1148.  font-size: 0.9em; 
  1149. }
  1150.  
  1151. /* @tabulky */
  1152.  
  1153. /* texty */
  1154.  
  1155. .h2Clanky {
  1156.  font-size: 1.5em;
  1157.  color: #000000;
  1158.  margin 10px 0px 10px 0px;
  1159.  font-weight: bold;
  1160. }
  1161.  
  1162. .pClanky {
  1163.  font-size: 1em;
  1164.  color: #000000;
  1165.  margin 10px 0px 10px 0px;
  1166. }
  1167. /* @texty */
  1168.  
  1169. /*  @definovan├í pravidla  */
  1170.  
  1171.  
  1172.